From: Glenn Morris Date: Thu, 12 Feb 2009 03:27:01 +0000 (+0000) Subject: Add some gnus stuff from emacs-devel. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1865 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a1b0a4c36ba8ba3d10f77994bd20b9737565a53b;p=emacs.git Add some gnus stuff from emacs-devel. --- diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index a8b2b6f6ee7..0f2539ec197 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker @@ -245,3 +245,16 @@ section without having to go through the bug list page first...) Apparently it has some kind of spam filter that sometimes silently discards valid mails. Adding a subject (pointless in control messages) may help. + +** Gnus-specific voodoo + +*** Put point on a bug-number and try: M-x gnus-read-ephemeral-emacs-bug-group + +*** If the above is not available: +(add-hook 'gnus-article-mode-hook + (lambda () + (setq bug-reference-url-format + "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s") + (bug-reference-mode 1))) + +and you can click on the bug number in the subject header.